react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

 Day 171

Day 171

七天學會 swift - 在背景中下載資料並存檔 Day7

七天學會 swift - 在背景中下載資料並存檔 Day7

component test 問題集3(React18 + TS + Jest + react-testing-library)

component test 問題集3(React18 + TS + Jest + react-testing-library)






留言討論